@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}



body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(../img/bg/fondo18.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	
	
	
	}
#contenitore {
	/* [disabled]min-width: 12.5em; */
	max-width: 67.5em;
	margin-left: auto;
	margin-right: auto;
	background-color: #E6E6E6;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
#contenitore #intestazione img {
	padding-top: 1em;
	padding-bottom: 0.375em;
	padding-left: 0em;
	width: 25%;
}


#menu a.pagsel{
	background-color: #595959;
}


#menu ul{
	list-style: none;
}

#menu ul li {
	float: left;
	position: relative;
	width: 16.66%;
	background: #9C9C9C;
	font-size: medium;
}

#menu ul li a {
	display: block;
	padding-top: 0.626em;
	padding-right: 1.25em;
	padding-left: 1.25em;
	padding-bottom: 0.625em;
	color: #EBEBEB;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
}

#menu ul li ul {
	display: none;
	position: absolute;
}
#menu li ul li {
	width: 100%;
}


#menu ul li a:hover{
	background: #595959;
}
#menu ul li:hover > ul  {
	display: block;
	z-index: 8;
}	




#contenitore #menu .theme-default {
	z-index: 1;
}

figure figcaption    {
	color: #FFFFFF;
	text-align: center;
	font-size: 1em;
}




#contenitore #footer {
	background-color: #595959;
	color: #CFCFCF;
	padding-top: 0.687em;
	padding-right: 0.687em;
	padding-bottom: 0.687em;
	padding-left: 0.687em;
	font-size: 1em;
}



#footer p a {
	color: #CFCFCF;
	text-decoration: none;
}


.img_sx{
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 0px;
	}
.img_dx{
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	}
tbody tr td {
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	background-color: #B9B9B9;
	width: 57em;
	border-bottom-style: groove;
}
tr td img  {
	width: 7em;
	-webkit-box-shadow: 0.2em 0.2em 2em;
	box-shadow: 0.2em 0.2em 2em;
	max-width: 100%;
	margin-top: 1em;
	
}
tr td p1 {
	margin-left: 3em;
	font-weight: bold;
	width: 0em;
	float: none;
}

tr td p2 {
	font-size: 1.5em;
	padding-left: 1.6em;
	float: none;
}
tr td p3 {
	margin-left: 19.8em;


}



#footer {
}


#contenitore nav {
	background-color: #B9B9B9;
}






#contenitore div {
	background-color: color
: #B9B9B9;;
	background-color: #B9B9B9;
	margin-bottom: 0px;
}

table.center {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1em;
  }



/* Style the tab */
.tab {
  overflow: hidden;
 border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: large;
	color: #FFFFFF;
}

/* Change background color of buttons on hover*/
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #9C1518;
}

/* Style the tab content */
.tabcontent {
 display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 
